SanitationErrorReason

The reason why a word has failed sanitation during an attempt to modify the spell check dictionary.

Since

8.14.0

See also

Entries

Link copied to clipboard

The word is already present in the dictionary and cannot be added again.

Link copied to clipboard

The word is invalid and does not meet the dictionary's requirements.

Link copied to clipboard

The word does not exist in the dictionary and therefore cannot be removed.

Functions

Link copied to clipboard
public static SanitationErrorReason valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.